home *** CD-ROM | disk | FTP | other *** search
- *** ./sys.h Sat Jan 29 19:54:36 1994
- --- ../indent-1.9.1/./sys.h Fri May 8 11:15:13 1998
- ***************
- *** 12,17 ****
- --- 12,18 ----
- GNU General Public License for more details. */
-
- #include <stdio.h>
- + #include <string.h>
-
- /* Values of special characters. */
- #define TAB '\t'
- *** ./indent.h Sat Jan 29 21:26:45 1994
- --- ../indent-1.9.1/./indent.h Fri May 8 11:16:35 1998
- ***************
- *** 274,280 ****
- {
- char font[4];
- char size;
- ! int allcaps:1;
- };
- char *chfont ();
-
- --- 274,280 ----
- {
- char font[4];
- char size;
- ! unsigned int allcaps:1;
- };
- char *chfont ();
-
-